home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #14 / Monster Media No. 14 (April 1996) (Monster Media, Inc.).ISO / os2 / mlrxshl.zip / FL.HLP < prev    next >
Text File  |  1995-03-28  |  6KB  |  171 lines

  1. /***********************************************************************/
  2. /* (os2)             Help file for FILELIST (FL)                  0.8  */
  3. /***********************************************************************/
  4.  
  5.  Command-line invocation:
  6.  
  7.  fl [[dir] ...] [(sort[a|d] opt ...[)]] [(Profile file [)]] [(Noprofile[)]]
  8.  
  9.   Where:
  10.     dir ...       Specifications of directory(ies) to edit.
  11.     (Noprofile    Do not use a profile file.
  12.     (Profile file The name of the profile file to use.  If not specified,
  13.                   the file "PROFILE.FL" will be used.
  14.     (Sort opt     The sort order to use when displaying specified
  15.                   directory(ies).
  16.     (Wide         Use multiple columns (if possible).
  17.  
  18.  Notes:
  19.   - The capitalised portion of a command is the minimum abbreviation
  20.     for the command.
  21.   - UP, DOWN, NEXT differ from XEDIT and Kedit in that they do not
  22.     accept numerical arguments abutted to the command name.
  23.     Thus "N3" is not supported.
  24.  
  25.  
  26.  FL Commands:
  27.  ------------
  28.  
  29.  BAckward [n|*]
  30.        scroll backwards [n] screens
  31.  BOTtom
  32.        move to the bottom of the file
  33.  CCancel
  34.        qquit from all files in the ring
  35.  DEFine key-name [command [args]]
  36.        assign one or many commands to a key
  37.  DOS [command]
  38.        execute an operating system command
  39.  DOSNowait command
  40.        execute an operating system command - no prompt
  41.  Down [relative_target]
  42.        move forward in the file a number of lines
  43.  FList [dir name]
  44.        edit another directory or switch to next file
  45.  FOrward [n]
  46.        scroll forwards [n] screens
  47.  HELP
  48.        edit help file for FL
  49.  Next [relative_target]
  50.        move forward in the file a number of lines
  51.  NEXTWindow
  52.        switch focus of editing session to other window
  53.  OS [command]
  54.        execute an operating system command
  55.  OSNowait command
  56.        execute an operating system command - no prompt
  57.  QUIT
  58.        exit from the current file if no changes made
  59.  RESet ALL|Block|Prefix
  60.        cancel the marked block or prefix commands or both
  61.  RUN [command]
  62.        execute an operating system command
  63.  SET set_command [set_command parameter(s) ...]
  64.        execute various set commands
  65.  SHOWkey
  66.        display current key value and command assignation
  67.  SOS sos_command
  68.        execute various sos commands
  69.  TEXT text
  70.        simulate keyboard entry of characters
  71.  TOP
  72.        move to the top of the file
  73.  Up [relative_target]
  74.        move backward in the file a number of lines
  75.  Xedit [dir name]
  76.        edit another directory or switch to next file
  77.  
  78.  
  79.  SET commands
  80.  ------------
  81.  
  82.  [SET] CASE Mixed|Lower|Upper
  83.        set case sensitivity parameters
  84.  [SET] COLOUR area [modifier[...]] [foreground background]
  85.  [SET] COLOR  area [modifier[...]] [foreground background]
  86.        set colours for display
  87.  [SET] CURLine M[+n|-n] | [+|-]n
  88.        set position of current line on screen
  89.  [SET] IMPcmscp ON|OFF
  90.  [SET] IMPOS ON|OFF
  91.        set implied operating system command processing
  92.  [SET] MSGLine ON [M[+n|-n]|[+|-]n]
  93.        set position of message line
  94.  [SET] NUMber ON|OFF
  95.        turn prefix numbers on or off
  96.  
  97.  
  98.  SOS commands
  99.  ------------
  100.  
  101.  SOS DELBAck
  102.        delete the character to the left of the cursor
  103.  SOS DELChar
  104.        delete character under cursor
  105.  SOS STARTENDChar
  106.        move cursor to end/start of focus line
  107.  SOS TABFIELDB
  108.        move cursor to previous enterable field
  109.  SOS TABFIELDf
  110.        move cursor to next enterable field
  111.  SOS UNDO
  112.        undo changes to the current line
  113.  
  114.  
  115.  FL prefix commands:
  116.  -------------------
  117.  /      - make line current line
  118.  
  119.  All other prefix commands are considered "regular" commands.  They
  120.  accept the following shortcuts as parameter:
  121.  
  122.       /     =     The whole file name (drive+path+name+ext);
  123.       /n    =     The file name;
  124.       /e,/t =     The file extension (or "type");
  125.       /p    =     The file path;
  126.       /d,/m =     The file drive (or "mode");
  127.       /o    =     Nothing;
  128.       //    =     A "/" symbol.
  129.  
  130.  "Regular" commands are only allowed within directory buffers.
  131.  
  132.  
  133.  Default Key Assignments:
  134.  ------------------------
  135.  The first column is the name of the key in its normal state. Shifted
  136.  keys have a 'S-' prefix, control keys have a 'C-' prefix and Alt keys
  137.  have a 'A-' prefix. Thus key names for F1 are: F1,S-F1,C-F1 and A-F1.
  138.  The key names are the same as displayed by the showkeys command.
  139.  
  140.  ---------+-------------------+---------------+-------------+-------------
  141.  Key Name | Normal            | Shifted       | Control     | Alt
  142.  ---------+-------------------+---------------+-------------+-------------
  143.  F1       | help              |               |             |
  144.  F2       | refresh           |               |             |
  145.  F3       | quit              |               |             |
  146.  F4       | kedit             |               |             |
  147.  F5       | copy / a:         |               |             |
  148.  F6       | copy / b:         |               |             |
  149.  F7       |                   |               |             |
  150.  F8       | shell             |               |             |
  151.  F9       | fb                |               |             |
  152.  F10      | recall            |               |             |
  153.  F11      |                   |               |             |
  154.  F12      | nextwindow        |               |             |
  155.  CURU     | cursor left       |               |             |
  156.  CURD     | cursor down       |               |             |
  157.  CURL     | cursor left       |               |             |
  158.  CURR     | cursor right      |               |             |
  159.  INS      |                   |               |             |
  160.  DEL      | sos delchar       |               |             |
  161.  HOME     | cursor home save  |               |             |
  162.  END      | sos startendchar  |               |             |
  163.  PGUP     | backward 1        |               | top         |
  164.  PGDN     | forward 1         |               | forward *   |
  165.  BKSP     | sos delback       |               |             |
  166.  ENTER    | enter             |               |             |
  167.  NUMENTER | sos doprefix      |               |             |
  168.  ESC      | sos undo          |               |             |
  169.  TAB      | sos tabfieldf     | sos tabfieldb |             |
  170.  ---------+-------------------+---------------+-------------+-------------
  171.